home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / 32SNIPIT.PAK / ID_DEFS.H < prev    next >
Text File  |  1997-05-06  |  4KB  |  114 lines

  1. // BDE32 3.x - (C) Copyright 1996 by Borland International
  2.  
  3. #if !defined(__ID_DEFS_H)
  4. #define __ID_DEFS_H
  5.  
  6. //* Button defines
  7. #define IDB_VIEW_CODE           100
  8. #define IDB_RUN_CODE            101
  9. #define IDB_COPY                102
  10. #define IDB_SEARCH_TEXT         103
  11.  
  12. // Edit box defines
  13. #define IDE_VIEWER_OUTPUT       1000
  14. #define IDE_DESCRIBE_CODE       1001
  15. #define IDE_GENERIC_ENTRY       1002
  16. #define IDE_USER_NAME           1003
  17. #define IDE_PASSWORD            1004
  18. #define IDE_SEARCH_TEXT         1005
  19.  
  20. // Static text box defines
  21. #define IDT_HEADER_1            1100
  22. #define IDT_HEADER_2            1101
  23. #define IDT_OUTPUT_HEADER       1102
  24. #define IDT_SAMPLE                1105
  25. #define IDT_PASSWORD_HDR        1108
  26. #define IDS_SHADE               1150
  27.  
  28. // List box defines
  29. #define IDL_SELECT_CODE         1200
  30. #define IDL_DRIVERS             1201
  31. #define IDL_ALIASES             1202
  32.  
  33. // Check box defines
  34. #define IDCHK_CASE_SENS         1300
  35.  
  36. // Menu ID defines
  37. #define IDM_VIEW_CODE           9000
  38. #define IDM_RUN_CODE            9001
  39. #define IDM_ABOUT                9002
  40. #define IDM_EXIT                9003
  41. #define IDM_COPY                9004
  42. #define IDM_SEARCH_FIRST        9005
  43. #define IDM_SEARCH_NEXT         9006
  44.  
  45. // String table defines
  46. #define IDS_INIT_ENG            10000
  47. #define IDS_CR8PXTBL            10001
  48. #define IDS_CR8DBTBL            10002
  49. #define IDS_DB_IO               10003
  50. #define IDS_NAVIGATE            10004
  51. #define IDS_ERR_VAL             10005
  52. #define IDS_INDEX_PDOX          10006
  53. #define IDS_SIMPLE_BLOB_IO      10007
  54. #define IDS_TBLLOCK             10008
  55. #define IDS_QBE                 10009
  56. #define IDS_QBE2                10010
  57. #define IDS_SCHEMA              10011
  58. #define IDS_SESSION_IO          10012
  59. #define IDS_BATCH               10013
  60. #define IDS_BLOB_IO             10014
  61. #define IDS_INDEX_DBASE         10015
  62. #define IDS_RESTRUCTURE         10016
  63. #define IDS_SORT                10017
  64. #define IDS_FLD_MAP             10018
  65. #define IDS_SEARCH              10019
  66. #define IDS_BOOKMARK            10020
  67. #define IDS_RANGE               10021
  68. #define IDS_BLOCK               10022
  69. #define IDS_FILTER              10023
  70. #define IDS_PASSWORD            10024
  71. #define IDS_LNKCRSR             10025
  72. #define IDS_SYSINFO             10026
  73. #define IDS_ALIASES             10027
  74. #define IDS_TBLINFO             10028
  75. #define IDS_CONFIG              10029
  76. #define IDS_LOCALSQL            10030
  77. #define IDS_LOCALSQLJOIN        10031
  78. #define IDS_SOFTDEL             10032
  79. #define IDS_DRVCAPS             10033
  80. #define IDS_SQLTRAN             10034
  81. #define IDS_REFINTEG            10035
  82. #define IDS_VALCHECK      10036
  83. #define IDS_SECDESC             10037
  84. #define IDS_OPTPARAM            10038
  85. #define IDS_FORMAT              10039
  86. #define IDS_TBLOPEN             10040
  87. #define IDS_RECUPDAT            10041
  88. #define IDS_TBLLIST             10042
  89. #define IDS_TEST                10043
  90. #define IDS_RECLOCK             10044
  91. #define IDS_RDOLOCK             10045
  92. #define IDS_INDEX_EXPR          10046
  93. #define IDS_LIVESQL             10047
  94. #define IDS_TEXTEXP             10048
  95. #define IDS_TEXTIMP             10049
  96. #define IDS_CR8TXTBL            10050
  97. #define IDS_SQLBIND             10051
  98. #define IDS_INMEMTBL            10052
  99. #define IDS_CALLBACK            10053
  100. #define IDS_LANGDRV             10054
  101. #define IDS_UPSIZE              10055
  102. #define IDS_FILTCOMP            10056
  103. #define IDS_FILTCONT            10057
  104. #define IDS_STORPROC            10059
  105. #define IDS_UPDTCRNT            10060
  106. #define IDS_KEYUPDT             10061
  107. #define IDS_INPUTREQ            10062
  108. #define IDS_LOGIN               10063
  109. #define IDS_OPTDBPARAM          10064
  110. #define IDS_ADDDELALIAS    10058
  111.  
  112. #endif      // __IDx_DEFS_H
  113.  
  114.